home *** CD-ROM | disk | FTP | other *** search
- Short: Easy double buffering of screens
- Author: ralf.quimby@quancon.com
- Uploader: ralf.quimby@quancon.com
- Type: dev/e
-
-
- This is my attempt at doublebuffering made easy.
- I swiped the code from the RKRM source Intuition/Screens/Doublebuffer.e.
- I rearanged the routines into 3 easy to use commands and one OBJECT.
-
- Usage:
- DEF p:PTR TO dscreen
- p:=opendscreen(ns) -> ns is a pointer to a newscreen object (ns) works just like OpenScreen(ns)
- ->your render routines
- dswitch(p) -> toggles displays
- closedscreen(p) ->closes the screen
-
- If you need to access any of the screen object
- Normal screen :myscreen.whatever
- dscreen :mydscreen.screen.whatever
-
-
-
-
- This is usable by all who want. All I ask is let me know.
-
- my e-mail address is ralf.quimby@quancon.com.
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 1817 606 66.6% 22-Jan-97 21:17:36 doublebuffer.e
- 1416 553 60.9% 22-Jan-97 21:17:42 doublebuffer.m
- 764 427 44.1% 25-Jan-97 16:39:46 doublebuffer.readme
- 2112 995 52.8% 25-Jan-97 16:44:46 doubletest
- 1053 457 56.6% 25-Jan-97 16:44:00 doubletest.e
- -------- ------- ----- --------- --------
- 7162 3038 57.5% 26-Jan-97 13:11:52 5 files
-